:root {
	box-sizing: border-box;
	height: 100%;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: inherit;
}
ol,
ul {
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
}
body {
	display: flex;
	flex-flow: column;
	height: 100%;
	font-size: 16px;
}
input,
button {
	outline: none;
}
li {
	list-style: none;
}
a {
	color: rgb(79, 77, 77);
}
a:hover,
a:active,
a:hover,
a:visited,
span:visited {
	text-decoration: none;
}
.m_l_5 {
	margin-left: -5px;
}
.m_l_15 {
	margin-left: 15px;
}
.header {
	padding: 0.5em 0;
	background-color: #004da1;
	border-bottom: 1px solid #065eb5;
}
.header .header-flex {
	display: flex;
	justify-content: space-between;
}
.header .logo {
	max-height: 90px;
}
.header .logo img {
	/* height: 100%; */
}
.header .search {
	position: relative;
	align-self: center;
}
.header .search input {
	border: 0.1px solid #c6b7b7;
	padding: 0.5em 1em 0.3em 1em;
	font-size: 0.8em;
	width: 16em;
	/* border-radius: 20px; */
}
.header .search .search-icon {
	position: absolute;
	padding: 0.3em 0;
	right: 12px;
	color: #4f4d4d;
	cursor: pointer;
}

.nav {
	background-color: #fff;
}
/*.nav-module {
	border-top: 1px solid #053f7d;
}*/
.navbar {
	border: none;
	background-color: #fff;
	margin: 0;
}
.navbar-nav {
	width: 100%;
	display: flex;
	justify-content: space-around;
}
.navbar-toggle {
	margin-right: 0px !important;
}
.navbar-brand {
	padding: 0;
}
.web-logo img {
	height: 100%;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:visited {
	font-size: inherit;
	color: #2e2b2b;
}

.banner-main {
	/*background-image: linear-gradient(to bottom, #0f66bb, #fff);*/
}
.banner {
	height: 450px;
	overflow: hidden;
	position: relative;
	flex: 0 0 auto;
	/* border-radius: 3px; */
}
.banner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.main {
	flex: 1 0 auto;
	margin: 1em 0;
	/*z-index: 99;*/
}

/*顶部图标 css*/
.top-icons {
	/*background: #004da1;
	margin: 0 0 1em 0;
	border-bottom: 4px solid #fac748;*/
	margin-top: 1em;
}
.top-icons ul {
	display: flex;
	justify-content: space-around;
}
.top-icons ul li {
	text-align: center;
	height: 110px;
	align-self: center;
	/*width: 100%;*/
}
/*.top-icons ul li:hover {
	background-color: #f2f2f2;
}*/
.top-icons ul li a {
	display: block;
	/*width: 100%;
	height: 100%;*/
	border-radius: 5px;
}
.top-icons ul li a:hover img{
	-moz-box-shadow: 0px 0px 3px #ddd;
	-webkit-box-shadow: 0px 0px 3px #ddd;
	box-shadow: 0px 0px 3px #ddd;
	transform: scale(1.03);
}
.top-icons ul li a:hover .des{
	color: #004da1;
}
/*.top-icons ul li:hover a img {
	box-shadow: 0px 0px 2px #888888;
}*/
.top-icons ul li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.top-icons ul li a img {
	max-width: 4em;
	border-radius: 5px;
}
.top-icons ul li a .des {
	color: #232222;
	font-size: 0.95em;
	margin-top: 10px;
	/*font-weight: 600;*/
}

/* 文章标题模块 css */
.article {
	overflow: hidden;
}
.article-h {
	height: 318px;
	overflow: hidden;
	/* border: 1px solid #ddd;
	padding: 0.5em; */
}
.single-article {
	margin-bottom: 1em;
}
.single-article .hd {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #2369c8;
	margin-bottom: 0.3em;
}
.single-article .hd .title {
	position: relative;
	float: left;
	/* background-color: #3987c5; */
	/* color: #fff; */
	font-size: 1.1em;
	/* padding: 0.2em 0.4em; */
}

.single-article .hd .title > span {
	display: inline-block;
	cursor: pointer;
	/* padding: 0 0.5em; */
	line-height: 1em;
	color: #2369c8;
	font-weight: 600;
	font-size: 18px;
}
.single-article .hd .title .inactive {
	color: #000;
	font-weight: 400;
}
/* .single-article .hd .title > span + span {
	border-left: 2px solid #736a6a;
} */

.single-article .hd .title span + span::before {
	content: "/";
	margin: 0 0.5em;
	color: #000;
	font-weight: 100;
}

/* .single-article .hd .title::after {
	content: "";
	position: absolute;
	top: 0;
	right: -14px;
	border-top: 16px solid #fff;
	border-bottom: 16px solid #fff;
	border-left: 16px solid #508fc1;
} */

.single-article .hd .more {
	float: right;
	padding: 0.2em 0.4em;
}
.single-article .hd .more a {
	font-size: 0.8em;
}
.single-article .hd .more a span {
	display: inline-block;
	-webkit-transition: width 2s, height 2s, -webkit-transform 2s; /* For Safari 3.1 to 6.0 */
	transition: width 2s, height 2s, transform 2s;
}
.single-article .hd .more a:hover span {
	transform: rotate(360deg);
}

.single-article .bd {
	/* margin-top: 1em; */
}

.single-article .bd .article-list li {
	line-height: 1.6em;
	overflow: hidden;
	padding-bottom: 0.3em;
	 border-bottom: 1px solid #ddd; 
}
.single-article .bd .article-list li + li {
	margin: 0.2em 0;
}
/*.single-article .bd .article-list li:nth-of-type(5),
.single-article .article-tab .article-list li:nth-of-type(9),
.single-article .article-tab .article-list li:nth-of-type(10) {
	border: none;
}*/
.single-article .bd .article-list li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0.2em 0;
}
.single-article .bd .article-list li a:hover .date{
	color: #2369c8;
}

.single-article .bd .article-list li a .content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	/*border-left: 2px solid #2369c8;*/
	padding: 0.2em 0;
	/*padding-left: 0.5em;*/
}
.single-article .bd .article-list li a:hover .content {
	border-width: 4px;
}
/* .single-article .bd .article-list li a:hover .date span:nth-of-type(2) {
	background-color: #3987c5;
	color: #fff;
} */
.single-article .bd .article-list .date {
	font-size: 0.8em;
	color: #979797;
}
/* .single-article .bd .article-list .date span {
	text-align: center;
	padding: 0.5em;
	line-height: 0.8em;
} */
/* .single-article .bd .article-list .date span:nth-of-type(1) {
	background-color: #3987c5;
	color: #fff;
	font-size: 0.8em;
}
.single-article .bd .article-list .date span:nth-of-type(2) {
	letter-spacing: 0.1em;
	transition: all 0.1s ease-in 0.1s;
	font-size: 0.9em;
} */

.single-article .bd .article-list .title {
	width: 75%;
	font-size: 0.95em;
	float: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.single-article .article-tab .article-list {
	/*display: flex;
	flex-flow: row wrap;
	justify-content: space-between;*/
}
.single-article .article-tab .article-list li {
	/*width: 48%;*/
}

/* 图标排列区域 css */
.icon-area {
	display: flex;
	margin-bottom: 1.5em;
}
.icon-area .school-profile {
	width: 60%;
	height: 295px;
	background-color: #185da8c7;
	padding: 0.5em;
	overflow: hidden;
}

.icon-area .school-profile .title {
	height: auto;
	padding-bottom: 0.5em;
}
.icon-area .school-profile .title span {
	color: #fff;
	font-weight: 600;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	border-bottom: 3px solid #fff;
	padding-bottom: 0.3em;
}
.icon-area .school-profile .content {
	padding-top: 0.5em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 9;
	overflow: hidden;
	font-size: 0.93em;
}
.icon-area .school-profile .content p {
	text-indent: 2em;
	color: #efefef;
	line-height: 1.6em;
}
.icon-area .school-profile .more {
	margin-top: 0.3em;
}
.icon-area .school-profile .more span {
	border: 0.5px solid #f4f2f2;
	padding: 0.2em 0.8em;
	color: #f4f2f2;
	float: right;
	font-size: 0.8em;
}
.icon-area .quick-icon {
	width: 38%;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	align-content: flex-start;
	margin: 0 1%;
}
.icon-area .quick-icon div {
	border-radius: 5px;
	text-align: center;
}
.icon-area .quick-icon div a {
	color: #fff;
	font-weight: 700;
}
.icon-area .quick-icon div:not(:last-of-type) {
	width: 48%;
	height: 100px;
	background-color: green;
	margin-bottom: 0.5em;
}
.icon-area .quick-icon div:last-of-type {
	width: 100%;
	height: 80px;
	background-color: greenyellow;
}

/* 图文左右混排 css */
.pic-art-area {
}
.pic-art-area .bd .article-list a:hover .pic img {
	transform: scale(1.2);
}
.pic-art-area .bd .article-list .pic {
	width: 16%;
	float: left;
	overflow: hidden;
}
.pic-art-area .bd .article-list .pic img {
	width: 100%;
	height: 72px;
	transition: all 0.7s;
}
.pic-art-area .bd .article-list .content {
	width: 83%;
	float: left;
}
.pic-art-area .bd .article-list .content .title {
	clear: both;
	line-height: 1.3em;
	/* font-weight: 600; */
	padding-top: 0;
	font-size: 1.1em;
	margin-bottom: 0.3em;
	width: 100%;
	padding-left: 7.6px;
}
.pic-art-area .bd .article-list .content .des {
	clear: both;
	font-size: 0.8em;
	line-height: 1.8em;
	padding-left: 7.6px;
}

/* bottom-icon css */
.bottom-icon {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.bottom-icon .single-bottom-icon {
	text-align: center;
	margin-top: 1em;
}
.bottom-icon .single-bottom-icon > a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 1em;
	border-radius: 10px;
	line-height: 30px;
}
.bottom-icon .single-bottom-icon > a:hover {
	transform: translateY(-3%);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.bottom-icon .single-bottom-icon img {
	width: 60px;
	border-radius: 50%;
}
.bottom-icon .single-bottom-icon .des {
	color: #4f4d4d;
}

/* bottom-banner css*/
.bottom-banner {
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
}
.bottom-banner .block-top .hd {
	border-bottom: 2px solid #fac748;
	padding: 0.2em 0;
	font-size: 1.2em;
	font-weight: 600;
}
.bottom-banner .block-top .bd {
	padding: 0.2em 0;
}
.bottom-banner ul {
	height: 150px;
}
.bottom-banner .pic-list {
	float: left;
	width: 190px;
	height: 95px;
}
.bottom-banner .pic-list + .pic-list {
	margin-left: 0.2em;
}
.bottom-banner .pic-list img {
	width: 100%;
	height: 120px;
}
.bottom-banner .pic-list .des {
	text-align: center;
	font-size: 0.9em;
	margin: 0.5em;
	color: #000;
}

/* 友情链接 css */
.links-qr {
	/*margin-bottom: 1em;*/
}
.links-qr .block-top .hd {
	border-bottom: 2px solid #fac748;
	padding: 0.2em 0;
	font-size: 1.2em;
	font-weight: 600;
}
.links-qr .block-top .bd {
	padding: 0.2em 0;
}
.links-qr .block-top .bd ul {
	/*display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: auto;*/
}
.links-qr .block-top .bd ul li {
	float: left;
	padding: 0 0.5em;
	border-right: 1px solid #ddd;
	margin: 0.3em 0;
}

.links-qr .block-top .bd ul li > a {
	color: #4f4d4d;
	font-size: 0.9em;
}
.links-qr .block-top .bd ul li > a:hover .iconfont {
	color: #3d6498;
	font-weight: 1000;
}

.footer {
	text-align: center;
	color: rgb(241 239 239);
	font-family: "Microsoft YaHei", "微软雅黑", tahoma, arial, simsun, "宋体";
	font-size: 0.9em;
	flex: 0 0 auto;
}
.footer-main {
	background-color: #0e4f8f;
}
.footer-main .footer-flex {
	display: flex;
	justify-content: space-between;
	padding: 0.5em 1em;
}
.footer-logo {
	align-self: center;
}
.footer-logo img {
	/* height: 60px; */
}
.copyright {
	background-color: #0e4f8f;
	border-top: 1px solid #383535;
	padding: 0.3em 0;
	font-size: 0.8em;
	color: #ebe9e9;
}

.school-info > div,
.web-info > div {
	margin: 0 auto;
}
.school-info > div > p,
.web-info > div > p {
	text-align: left;
	line-height: 26px !important;
}
.school-info a {
	color: rgb(218, 216, 216);
}
.school-info a:hover {
	color: #fff;
}

.web-info > div > p {
	text-align: left;
	line-height: 30px;
}
.web-info .ba {
	color: #ddd;
}
.school-qr {
	display: flex;
	flex-flow: column;
	justify-content: space-evenly;
}
.school-qr .single-qr {
	position: relative;
}
.school-qr .qr-img {
	position: absolute;
	width: 100px;
	height: 100px;
	top: -105px;
}
.school-qr .qr-img img {
	width: 100%;
	height: 100%;
}
.school-qr .iconfont {
	font-size: 2em;
	color: #8a8989;
}
.school-qr .icon-wxqr:hover {
	color: #07bd13;
}
.school-qr .icon-weibo:hover {
	color: #aa2c2c;
}

/*浮动侧边栏*/
.float-slide {
	display: none;
	position: absolute;
	width: 4em;
	/* border: 1px solid #000; */
	height: 16em;
	right: 2em;
}
.float-slide .slide-box {
	width: 3.5em;
	height: 3.5em;
	line-height: 3.5em;
	border: 0.5px solid #ddd;
	text-align: center;
	border-radius: 5px;
	position: relative;
	background-color: #fff;
}
.float-slide .slide-box > a,
.float-slide .slide-box .slide-des > p > a {
	display: block;
	width: 100%;
	height: 100%;
}
.float-slide .slide-box .slide-des > p > a {
	font-size: 1.2em;
	font-weight: bold;
}

.float-slide .slide-box > a > img{
	width: 100%;
	height: 100%;
}

.float-slide .slide-box .slide-des {
	position: absolute;
	top: 0;
	right: 3.5em;
	background: #fff;
	min-width: 6em;
	border-radius: 5px;
	box-shadow: 0 0 1.5px #b7b3b3;
}
.float-slide .slide-box .hd {
	font-size: 0.8em;
	height: 2em;
	line-height: 2em;
	background-color: #3d6498;
	color: #fff;
}

.float-slide .slide-box .wx-box img {
	width: 7em;
	margin: 0.5em;
}
.float-slide .slide-box .qq-box .qq-list {
	width: 7em;
}
.float-slide .slide-box .qq-box .qq-list li {
	height: 2.5em;
	line-height: 2.5em;
}
.float-slide .slide-box:hover {
	box-shadow: 2px 1px 2px #aeaaaa;
}
.float-slide .slide-box + .slide-box {
	margin-top: 0.3em;
}
.float-slide .slide-box .iconfont {
	font-size: 2em;
	color: #827d7d;
}

.float-slide .slide-box .menu1 {
	color: #066259;
}
.float-slide .slide-box .menu2 {
	color: #aa2c2c;
}
.float-slide .slide-box .menu3 {
	color: #3d6498;
}
.float-slide .slide-box .menu4 {
	color: #07bd13;
}
.float-slide .slide-box .menu5 {
	color: #0069a0;
}

/* 录取查询页面 css */
.lqcx-area form {
	margin: 3em;
	text-align: center;
}
.lqcx-area .lqcx-info {
	padding: 2em;
	color: #6f6767;
}

/* 招生计划,历年分数查询页面css */
.select-area,
.content-area {
	font-size: 0.95em;
}

.single-select + .single-select {
	margin: 1em 0em;
}

.single-select .hd {
	font-weight: 600;
	float: left;
}

.single-select .bd {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	font-size: 1em;
	min-height: 2em;
}

.single-select .hd {
	padding: 0.1em 0em;
	margin: 0.2em 0em;
}

.single-select .bd span {
	padding: 0.1em 0.3em;
	margin: 0.2em 0.3em;
}

.single-select .bd span:hover,
.single-select .bd .active {
	display: inline-block;
	background-color: #337ab7;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
}

.table-bootstarp-table th {
	background-color: #337ab7;
	color: #fff;
}

.content-area .info {
	padding: 0.2em;
	margin: 0.5em 0;
}

/* 二,三级页面css */
.second-banner,
.third-banner {
	height: 150px;
}
.second-banner img,
.third-banner img {
	width: 100%;
	height: 100%;
}
.article-second {
	min-height: 100px;
}
/*.article-second .article-slide {
	border: 0.5px solid #ddd;
	border-radius: 10px;
}
.article-second .article-slide .hd {
	text-align: center;
	padding: 0.75em 0;
	color: #084f6b;
}
.article-second .article-slide .hd .iconfont {
	font-size: 2em;

	padding: 0 0.25em;
}
.article-second .article-slide .hd .title {
	font-size: 1.8em;
	padding: 0 0.25em;
}
.article-second .article-slide a {
	width: 100%;
	height: 100%;
}
.article-second .article-slide .article-slide-img {
	width: 100%;
}
.article-second .article-slide .active {
	background-color: #0069a0;
}
.article-second .article-slide .active a {
	color: #ecebe6;
}
.article-second .article-slide ul {
	margin: 0;
}
.article-second .article-slide ul li {
	height: 3em;
	line-height: 3em;
	text-align: center;
	border-top: 0.5px solid #ddd;
}
.article-second .article-slide ul li:hover {
	background-color: #f4f2f2;
}
.article-second .article-slide ul li a {
	display: block;
	color: #4a4949;
}*/
.article-second .second-article-area .article-list {
	padding-top: 0.5em;
	padding-bottom: 0.15em;
	border-bottom: 0.5px solid #ddd;
	overflow: hidden;
	line-height: 1.8em;
}
.article-second .second-article-area .no-record-tips {
	line-height: 100px;
	border: 0.5px solid #ddd;
	margin-top: 20px;
}
.article-second .second-article-area .article-list:hover {
	border-bottom: 1px solid #0069a0;
}

.article-second .second-article-area .article-title,
.article-second .second-article-area .article-omit {
	width: 100%;
	font-size: 1.2em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.article-second .second-article-area .article-title {
	font-size: 1.1em;
	color: #1c1818;
}
.article-second .second-article-area .article-omit {
	font-size: 0.8em;
	color: #868282;
}
.article-second .second-article-area .article-date {
	font-size: 0.9em;
	float: right;
	text-align: left;
	color: #514e4e;
}
